﻿COUNTRIES = {
	c:BIC ?= {
		ig:ig_armed_forces = {
			add_ruling_interest_group = yes
		}
		effect_starting_technology_tier_3_tech = yes

		activate_law = law_type:law_presidential_republic
		activate_law = law_type:law_total_separation
		activate_law = law_type:law_tenant_farmers
		activate_law = law_type:law_cultural_exclusion # English & Anglo-Indian supremacy; no Indians served in the upper echelons of government
		activate_law = law_type:law_censorship
		activate_law = law_type:law_land_based_taxation
		activate_law = law_type:law_migration_controls
		activate_law = law_type:law_debt_slavery
		activate_law = law_type:law_appointed_bureaucrats
		activate_law = law_type:law_professional_army
		activate_law = law_type:law_oligarchy
		activate_law = law_type:law_hindu_caste_not_enforced
		
		ig:ig_landowners = {
			add_ruling_interest_group = yes
		}

		set_variable = {
			name = east_indies_revolt_var
			value = 0
		}

		add_journal_entry = {
			type = je_consolidate_colonial_rule
		}

		add_journal_entry = {
			type = je_uneasy_raj
		}

		add_modifier = modifier_india_company_rule

		every_scope_state = {
			limit = {
				OR = {
					region = sr:region_bombay
					region = sr:region_madras
					state_region = s:STATE_ASSAM
				}
			}
			add_modifier = {
				name = modifier_ryotwari_system
			}
		}
	}
}